home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr40 / x1j4_src.zip / MISCV.H < prev    next >
Text File  |  1995-01-20  |  2KB  |  51 lines

  1. /*****************************************************************************/
  2. /*                                              */
  3. /*                                         */
  4. /*    *****              *****                      */
  5. /*     *****            *****                         */
  6. /*       *****          *****                         */
  7. /*         *****        *****                         */
  8. /*  ***************      ***************                     */
  9. /*  *****************    *****************                     */
  10. /*  ***************      ***************                     */
  11. /*         *****        *****       TheNet                    */
  12. /*       *****          *****       Portable. Compatible.         */
  13. /*     *****            *****       Public Domain             */
  14. /*    *****              *****    G8KBB                  */
  15. /*                                         */
  16. /* This software is public domain ONLY for non commercial use                */
  17. /*                                                                           */
  18. /*                                         */
  19. /*****************************************************************************/
  20.  
  21. /*
  22.  * Released as TheNet X-1J, September 1993
  23.  *
  24.  * Released as TheNet X-1J release 4, January 1995
  25.  */
  26.  
  27. #ifdef CWID
  28. EXTERN unsigned cwidtm;            /* CWID counter for bcasts           */
  29. EXTERN unsigned cwiden;            /* cwid enable / bcast period        */
  30. EXTERN unsigned cwspeed;        /* cwid speed control, in clock ticks*/
  31. EXTERN signed char cwstate;        /* finite state machine of keyer     */
  32. EXTERN unsigned char cwtimr;        /* cwid bit timer, in clock ticks    */
  33. EXTERN unsigned char cwbit;        /* bit counter within CWID character */
  34. EXTERN unsigned char cwofs;        /* pointer into the cwdat array      */
  35. EXTERN unsigned char cwch;        /* current character data            */
  36. EXTERN unsigned char cwdat[CWIDLEN+1];    /* array of data to be sent          */
  37. #endif
  38.  
  39. #ifdef MONITORCMD
  40. EXTERN unsigned heardtm;        /* counts the hours for list cleanup */
  41. EXTERN unsigned uptime;            /* time in hours since warmstart     */
  42. EXTERN unsigned runtime;        /* time in hours since coldstart     */
  43. EXTERN MHEARD *mhptr;            /* pointer to mheard linked list     */
  44. #endif
  45.  
  46. #ifdef STATSCMD
  47. EXTERN unsigned char usehour;        /* hours counter                     */
  48. EXTERN unsigned l4stats[NUML4STATS][2];    /* level 4 stats counters            */
  49. #endif
  50.  
  51.